{"id":43247,"name":"@stdlib/strided","description":"Strided.","url":"https://github.com/stdlib-js/strided","last_synced_at":"2025-09-05T09:45:06.560Z","repository":{"id":51087813,"uuid":"375811422","full_name":"stdlib-js/strided","owner":"stdlib-js","description":"Strided.","archived":false,"fork":false,"pushed_at":"2025-08-25T03:03:24.000Z","size":12764,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-25T05:56:36.878Z","etag":null,"topics":["javascript","node","node-js","nodejs","stdlib","strided"],"latest_commit_sha":null,"homepage":"https://github.com/stdlib-js/stdlib","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdlib-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"created_at":"2021-06-10T19:38:00.000Z","updated_at":"2025-08-25T02:57:25.000Z","dependencies_parsed_at":"2023-10-03T07:40:11.334Z","dependency_job_id":"a7f2b1f3-ac0a-48f9-b346-129ee6ccd9fd","html_url":"https://github.com/stdlib-js/strided","commit_stats":{"total_commits":148,"total_committers":1,"mean_commits":148.0,"dds":0.0,"last_synced_commit":"6b81c67a29b065b8e2cf7f33e89758fa3103d767"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/stdlib-js/strided","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/sbom","scorecard":{"id":849604,"data":{"date":"2025-08-11","repo":{"name":"github.com/stdlib-js/strided","commit":"82af1d9e2ca020e79386dc4d5502750301cc1beb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","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":"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":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/benchmark.yml:1","Warn: no topLevel permission defined: .github/workflows/cancel.yml:1","Warn: no topLevel permission defined: .github/workflows/close_pull_requests.yml:1","Warn: no topLevel permission defined: .github/workflows/examples.yml:1","Warn: no topLevel permission defined: .github/workflows/npm_downloads.yml:1","Warn: no topLevel permission defined: .github/workflows/productionize.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/test_bundles.yml:1","Warn: no topLevel permission defined: .github/workflows/test_coverage.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_published_package.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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:449: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:457: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:623: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:165","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:83","Warn: npmCommand not pinned by hash: .github/workflows/test_bundles.yml:72","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:74","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_published_package.yml:93","Info:  33 out of  33 GitHub-owned GitHubAction dependencies pinned","Info:  19 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  32 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":"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"}}]},"last_synced_at":"2025-08-23T22:08:34.389Z","repository_id":51087813,"created_at":"2025-08-23T22:08:34.389Z","updated_at":"2025-08-23T22:08:34.389Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273740270,"owners_count":25159430,"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-09-05T02:00:09.113Z","response_time":402,"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":"stdlib-js","name":"stdlib","uuid":"17805691","kind":"organization","description":"Standard library for JavaScript.","email":null,"website":"https://stdlib.io","location":null,"twitter":"stdlibjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/17805691?v=4","repositories_count":3692,"last_synced_at":"2024-05-01T09:30:33.148Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"html_url":"https://github.com/stdlib-js","funding_links":["https://github.com/sponsors/stdlib-js","https://opencollective.com/stdlib","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"total_stars":9686,"followers":99,"following":0,"created_at":"2022-11-02T16:51:14.990Z","updated_at":"2024-05-01T09:37:07.346Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js/repositories"},"packages":[{"id":1294749,"name":"@stdlib/strided","ecosystem":"npm","description":"Strided.","homepage":"https://stdlib.io","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/stdlib-js/strided","keywords_array":["stdlib","strided"],"namespace":"stdlib","versions_count":21,"first_release_published_at":"2021-06-10T19:38:27.292Z","latest_release_published_at":"2024-11-05T20:51:02.986Z","latest_release_number":"0.3.3","last_synced_at":"2025-08-25T06:57:24.158Z","created_at":"2022-04-08T19:56:05.344Z","updated_at":"2025-08-25T10:11:53.387Z","registry_url":"https://www.npmjs.com/package/@stdlib/strided","install_command":"npm install @stdlib/strided","documentation_url":null,"metadata":{"funding":{"type":"opencollective","url":"https://opencollective.com/stdlib"},"dist-tags":{"latest":"0.3.3"}},"repo_metadata":{"id":51087813,"uuid":"375811422","full_name":"stdlib-js/strided","owner":"stdlib-js","description":"Strided.","archived":false,"fork":false,"pushed_at":"2025-08-25T03:03:24.000Z","size":12764,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-25T05:56:36.878Z","etag":null,"topics":["javascript","node","node-js","nodejs","stdlib","strided"],"latest_commit_sha":null,"homepage":"https://github.com/stdlib-js/stdlib","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stdlib-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"created_at":"2021-06-10T19:38:00.000Z","updated_at":"2025-08-25T02:57:25.000Z","dependencies_parsed_at":"2023-10-03T07:40:11.334Z","dependency_job_id":"a7f2b1f3-ac0a-48f9-b346-129ee6ccd9fd","html_url":"https://github.com/stdlib-js/strided","commit_stats":{"total_commits":148,"total_committers":1,"mean_commits":148.0,"dds":0.0,"last_synced_commit":"6b81c67a29b065b8e2cf7f33e89758fa3103d767"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/stdlib-js/strided","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/sbom","scorecard":{"id":849604,"data":{"date":"2025-08-11","repo":{"name":"github.com/stdlib-js/strided","commit":"82af1d9e2ca020e79386dc4d5502750301cc1beb"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.9,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","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":"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":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"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":"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/benchmark.yml:1","Warn: no topLevel permission defined: .github/workflows/cancel.yml:1","Warn: no topLevel permission defined: .github/workflows/close_pull_requests.yml:1","Warn: no topLevel permission defined: .github/workflows/examples.yml:1","Warn: no topLevel permission defined: .github/workflows/npm_downloads.yml:1","Warn: no topLevel permission defined: .github/workflows/productionize.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1","Warn: no topLevel permission defined: .github/workflows/test_bundles.yml:1","Warn: no topLevel permission defined: .github/workflows/test_coverage.yml:1","Warn: no topLevel permission defined: .github/workflows/test_install.yml:1","Warn: no topLevel permission defined: .github/workflows/test_published_package.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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"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":"Pinned-Dependencies","score":3,"reason":"dependency not pinned by hash detected -- score normalized to 3","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:275: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:449: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:457: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:623: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/productionize.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/stdlib-js/strided/productionize.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/benchmark.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/examples.yml:58","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:157","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:165","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:269","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:436","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/productionize.yml:617","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:76","Warn: npmCommand not pinned by hash: .github/workflows/test.yml:83","Warn: npmCommand not pinned by hash: .github/workflows/test_bundles.yml:72","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:67","Warn: npmCommand not pinned by hash: .github/workflows/test_coverage.yml:74","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_install.yml:75","Warn: npmCommand not pinned by hash: .github/workflows/test_published_package.yml:93","Info:  33 out of  33 GitHub-owned GitHubAction dependencies pinned","Info:  19 out of  24 third-party GitHubAction dependencies pinned","Info:   0 out of  32 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":"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"}}]},"last_synced_at":"2025-08-23T22:08:34.389Z","repository_id":51087813,"created_at":"2025-08-23T22:08:34.389Z","updated_at":"2025-08-23T22:08:34.389Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272045396,"owners_count":24864021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":"stdlib-js","name":"stdlib","uuid":"17805691","kind":"organization","description":"Standard library for JavaScript.","email":null,"website":"https://stdlib.io","location":null,"twitter":"stdlibjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/17805691?v=4","repositories_count":3692,"last_synced_at":"2024-05-01T09:30:33.148Z","metadata":{"has_sponsors_listing":true,"funding":{"github":["stdlib-js"],"open_collective":"stdlib","tidelift":"npm/@stdlib/stdlib"}},"html_url":"https://github.com/stdlib-js","funding_links":["https://github.com/sponsors/stdlib-js","https://opencollective.com/stdlib","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"total_stars":9686,"followers":99,"following":0,"created_at":"2022-11-02T16:51:14.990Z","updated_at":"2024-05-01T09:37:07.346Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stdlib-js/repositories"},"tags":[{"name":"v0.3.3-esm","sha":"f02e72f69541c292954ab5ac6df2884bb192d2e0","kind":"tag","published_at":"2024-11-05T21:28:50.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.3-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.3-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.3-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-esm/manifests"},{"name":"v0.3.3-umd","sha":"e50b8d80724250a72e070115fe187991d9e78f68","kind":"tag","published_at":"2024-11-05T21:28:49.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.3-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.3-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.3-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-umd/manifests"},{"name":"v0.3.3-deno","sha":"fae8e78d2b9b266cb954a0876c9bd12460d7f3ff","kind":"tag","published_at":"2024-11-05T21:28:47.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.3-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.3-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.3-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3-deno/manifests"},{"name":"v0.3.3","sha":"9eed629e088e799dbb4536a63302f77dc8ba871c","kind":"commit","published_at":"2024-11-05T20:50:56.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.3","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.3/manifests"},{"name":"v0.3.2-esm","sha":"08acc042a083fab1d270d4c658aa3addb216cf5f","kind":"tag","published_at":"2024-11-05T20:28:59.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.2-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.2-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.2-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-esm/manifests"},{"name":"v0.3.2-umd","sha":"93eefad69d087b09d93d3030b010965e91201784","kind":"tag","published_at":"2024-11-05T20:28:57.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.2-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.2-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.2-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-umd/manifests"},{"name":"v0.3.2-deno","sha":"12cb5687bdfabc55144683925514a20682e2ab77","kind":"tag","published_at":"2024-11-05T20:28:56.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.2-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.2-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.2-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2-deno/manifests"},{"name":"v0.3.2","sha":"adde29f5a80bae7f99bc641fdd379f004a550535","kind":"commit","published_at":"2024-11-05T19:51:06.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.2","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.2/manifests"},{"name":"v0.3.1-esm","sha":"7d34a504d6e5bef74a17467fd7bca5dbb1180a77","kind":"tag","published_at":"2024-08-18T22:55:16.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.1-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-esm/manifests"},{"name":"v0.3.1-umd","sha":"12d09e20517903bbce67dd79a47f123e128db155","kind":"tag","published_at":"2024-08-18T22:55:15.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.1-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-umd/manifests"},{"name":"v0.3.1-deno","sha":"ec620255103c884d4a4f5112003b0a0777996e20","kind":"tag","published_at":"2024-08-18T22:55:13.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.1-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1-deno/manifests"},{"name":"v0.3.1","sha":"e0736a3befb880977911853ac65d5e6cfe6b53eb","kind":"commit","published_at":"2024-08-18T22:09:37.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.1","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"557364f7bd4ebfac4d8023f1720d94c6a051e925","kind":"commit","published_at":"2024-08-17T08:40:25.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.3.0","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.3.0/manifests"},{"name":"v0.2.1-esm","sha":"9bbe8e6dc733c90acad30a644de0881514d780fc","kind":"tag","published_at":"2024-02-05T04:52:09.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.2.1-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.2.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.2.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-esm/manifests"},{"name":"v0.2.1-umd","sha":"17ce1cfa2f88c0081902eefa33b1c6ed57444974","kind":"tag","published_at":"2024-02-05T04:52:08.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.2.1-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.2.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.2.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-umd/manifests"},{"name":"v0.2.1-deno","sha":"4dea690a0288114f468e3df6202a73c4736c6360","kind":"tag","published_at":"2024-02-05T04:52:07.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.2.1-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.2.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.2.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1-deno/manifests"},{"name":"v0.2.1","sha":"aa6506f994cca4102c702add9f314be99877ef2b","kind":"commit","published_at":"2024-02-05T03:51:51.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.2.1","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"57b337a60cfbd2958eccecee0a14a3819cb59c0d","kind":"commit","published_at":"2024-02-05T03:09:59.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.2.0","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.2.0/manifests"},{"name":"v0.1.1-esm","sha":"ed90b2e3c0a872f8c828ed9e34052f8b98aa8316","kind":"tag","published_at":"2023-11-08T05:21:11.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.1-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.1-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.1-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-esm/manifests"},{"name":"v0.1.1-umd","sha":"ff64cec1d0b624658177d97fb62769ba2ab926c5","kind":"tag","published_at":"2023-11-08T05:21:09.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.1-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.1-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.1-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-umd/manifests"},{"name":"v0.1.1-deno","sha":"8a2bf402e183064dd0b791cc0003b794ceb3890f","kind":"tag","published_at":"2023-11-08T05:21:08.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.1-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.1-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.1-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1-deno/manifests"},{"name":"v0.1.1","sha":"b25634697555968953eca2c024df6cb179fb5775","kind":"commit","published_at":"2023-11-08T04:28:54.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.1","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.1/manifests"},{"name":"v0.1.0-esm","sha":"4eb5c6bc9f452253f8d2082a78e5f60547f262be","kind":"tag","published_at":"2023-11-08T04:22:29.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.0-esm","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.0-esm","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.0-esm","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-esm","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-esm/manifests"},{"name":"v0.1.0-umd","sha":"86327b438d227a3b5b30b6d3d5d9367c2de07728","kind":"tag","published_at":"2023-11-08T04:22:28.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.0-umd","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.0-umd","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.0-umd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-umd","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-umd/manifests"},{"name":"v0.1.0-deno","sha":"7dc3ac52137b1d31781193f63e3c5c2f69bd8ee6","kind":"tag","published_at":"2023-11-08T04:22:26.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.0-deno","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.0-deno","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.0-deno","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-deno","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0-deno/manifests"},{"name":"v0.1.0","sha":"eb5138a0e783386648a3ba0a063953ddc32ab595","kind":"commit","published_at":"2023-11-08T03:39:52.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.1.0","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.1.0/manifests"},{"name":"v0.0.12","sha":"eb340b42bd5e467df088741859ccf155745019cb","kind":"commit","published_at":"2021-08-22T16:48:35.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.12","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.12/manifests"},{"name":"v0.0.11","sha":"c6a2eab4b2b7cdb2bcee3abac0355ed24f8278c9","kind":"tag","published_at":"2021-07-10T00:32:11.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.11","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.11/manifests"},{"name":"v0.0.10","sha":"13c15aec841ff03d3210d51c53de5bab0615a04e","kind":"tag","published_at":"2021-07-07T02:10:24.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.10","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.10/manifests"},{"name":"v0.0.9","sha":"7e5006e6cbe389c7251efcc0957634a6737f3b54","kind":"tag","published_at":"2021-06-29T14:08:40.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.9","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.9/manifests"},{"name":"v0.0.8","sha":"c7c41f299835e4967bb6a6773a808fe68b897d5f","kind":"tag","published_at":"2021-06-27T23:53:08.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.8","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.8/manifests"},{"name":"v0.0.7","sha":"03a6e76c24385b8f7eeb56d18fee94a32e9a4b39","kind":"tag","published_at":"2021-06-16T12:57:52.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.7","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.7/manifests"},{"name":"v0.0.6","sha":"87bc59d64ecaffedbda9bb38c45286161eefc567","kind":"tag","published_at":"2021-06-15T05:25:26.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.6","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.6/manifests"},{"name":"v0.0.5","sha":"4d4c253c98c4774cbfe2e774ff4b586073ce3401","kind":"tag","published_at":"2021-06-13T18:34:52.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.5","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.5/manifests"},{"name":"v0.0.4","sha":"2d64de6dbc2d82edadec8f2c83428418c6daf310","kind":"tag","published_at":"2021-06-12T19:03:30.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.4","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"e999b120b3cf97d34c6d8730c72f1085a761b5f4","kind":"tag","published_at":"2021-06-12T16:10:43.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.3","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"cd92b439cb8ff265784c78f2838a4f6678d7eb06","kind":"tag","published_at":"2021-06-10T22:07:32.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.2","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"89ddd3af4a276c4077c38b10eaec57bbf5d11ca6","kind":"tag","published_at":"2021-06-10T21:40:05.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.1","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.1/manifests"},{"name":"v0.0.1-alpha.0","sha":"e92412c3b4893df693a69e8197bc725abfeb2794","kind":"tag","published_at":"2021-06-10T19:38:23.000Z","download_url":"https://codeload.github.com/stdlib-js/strided/tar.gz/v0.0.1-alpha.0","html_url":"https://github.com/stdlib-js/strided/releases/tag/v0.0.1-alpha.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/stdlib-js/strided@v0.0.1-alpha.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.1-alpha.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/tags/v0.0.1-alpha.0/manifests"}]},"repo_metadata_updated_at":"2025-08-25T10:11:53.386Z","dependent_packages_count":11,"downloads":78443,"downloads_period":"last-month","dependent_repos_count":271,"rankings":{"downloads":0.6295574282224333,"dependent_repos_count":0.9660261637460615,"dependent_packages_count":1.9090114437486205,"stargazers_count":14.499955550856692,"forks_count":15.388159688063329,"docker_downloads_count":0.08333952584520776,"average":5.579341633413724},"purl":"pkg:npm/%40stdlib/strided","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@stdlib/strided","docker_dependents_count":69,"docker_downloads_count":481210190,"usage_url":"https://repos.ecosyste.ms/usage/npm/@stdlib/strided","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@stdlib/strided/dependencies","status":null,"funding_links":["https://opencollective.com/stdlib","https://github.com/sponsors/stdlib-js","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-13T09:10:32.039Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstrided/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstrided/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstrided/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@stdlib%2Fstrided/related_packages","maintainers":[{"uuid":"planeshifter","login":"planeshifter","name":null,"email":"pgb@andrew.cmu.edu","url":null,"packages_count":4395,"html_url":"https://www.npmjs.com/~planeshifter","role":null,"created_at":"2022-11-11T00:21:59.612Z","updated_at":"2022-11-11T00:21:59.612Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/planeshifter/packages"},{"uuid":"rreusser","login":"rreusser","name":null,"email":"rsreusser@gmail.com","url":null,"packages_count":4351,"html_url":"https://www.npmjs.com/~rreusser","role":null,"created_at":"2022-11-11T00:21:59.624Z","updated_at":"2022-11-11T00:21:59.624Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/rreusser/packages"},{"uuid":"stdlib-bot","login":"stdlib-bot","name":null,"email":"kgryte+stdlibbot@gmail.com","url":null,"packages_count":4086,"html_url":"https://www.npmjs.com/~stdlib-bot","role":null,"created_at":"2022-11-11T00:21:59.563Z","updated_at":"2022-11-11T00:21:59.563Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/stdlib-bot/packages"},{"uuid":"kgryte","login":"kgryte","name":null,"email":"kgryte@gmail.com","url":null,"packages_count":4885,"html_url":"https://www.npmjs.com/~kgryte","role":null,"created_at":"2022-11-11T00:21:59.598Z","updated_at":"2022-11-11T00:21:59.598Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kgryte/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5130957,"maintainers_count":1051588,"namespaces_count":313328,"keywords_count":730052,"github":"npm","metadata":{"funded_packages_count":155759},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2025-09-05T07:36:50.205Z","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":113653,"full_name":"stdlib-js/strided","default_branch":"main","committers":[{"name":"stdlib-bot","email":"noreply@stdlib.io","login":"stdlib-bot","count":216}],"total_commits":216,"total_committers":1,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":216.0,"dds":0.0,"past_year_committers":[{"name":"stdlib-bot","email":"noreply@stdlib.io","login":"stdlib-bot","count":64}],"past_year_total_commits":64,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":64.0,"past_year_dds":0.0,"last_synced_at":"2025-05-13T19:25:51.004Z","last_synced_commit":"ee6eac546e3c6cfeb41cbdcbb611a6ed527c37c3","created_at":"2023-03-07T22:33:53.704Z","updated_at":"2025-05-13T19:25:51.004Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-29T00:00:19.078Z","repositories_count":5479764,"commits_count":853309581,"contributors_count":31095222,"owners_count":906558,"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_stats":{"full_name":"stdlib-js/strided","html_url":"https://github.com/stdlib-js/strided","last_synced_at":"2025-08-25T10:12:13.832Z","status":"error","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-19T01:19:49.028Z","updated_at":"2025-08-25T10:12:13.833Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/stdlib-js%2Fstrided/issues","issue_labels_count":{},"pull_request_labels_count":{},"issue_author_associations_count":{},"pull_request_author_associations_count":{},"issue_authors":{},"pull_request_authors":{},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.444Z","repositories_count":10095847,"issues_count":31414178,"pull_requests_count":97181322,"authors_count":10701051,"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":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{},"past_year_pull_request_authors":{},"maintainers":[],"active_maintainers":[]},"events":{"total":{"PushEvent":167,"CreateEvent":8},"last_year":{"PushEvent":167,"CreateEvent":8}},"keywords":["javascript","node","node-js","nodejs","stdlib","strided"],"dependencies":[{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2022-08-28T07:21:41.156Z","updated_at":"2022-08-28T07:21:41.156Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/package.json","dependencies":[{"id":3020070916,"package_name":"@stdlib/array","ecosystem":"npm","requirements":"github:stdlib-js/array#main","direct":true,"kind":"runtime","optional":false},{"id":3020070917,"package_name":"@stdlib/assert","ecosystem":"npm","requirements":"github:stdlib-js/assert#main","direct":true,"kind":"runtime","optional":false},{"id":3020070918,"package_name":"@stdlib/complex","ecosystem":"npm","requirements":"github:stdlib-js/complex#main","direct":true,"kind":"runtime","optional":false},{"id":3020070919,"package_name":"@stdlib/math","ecosystem":"npm","requirements":"github:stdlib-js/math#main","direct":true,"kind":"runtime","optional":false},{"id":3020070920,"package_name":"@stdlib/ndarray","ecosystem":"npm","requirements":"github:stdlib-js/ndarray#main","direct":true,"kind":"runtime","optional":false},{"id":3020070921,"package_name":"@stdlib/string","ecosystem":"npm","requirements":"github:stdlib-js/string#main","direct":true,"kind":"runtime","optional":false},{"id":3020070922,"package_name":"@stdlib/types","ecosystem":"npm","requirements":"github:stdlib-js/types#main","direct":true,"kind":"runtime","optional":false},{"id":3020070923,"package_name":"@stdlib/utils","ecosystem":"npm","requirements":"github:stdlib-js/utils#main","direct":true,"kind":"runtime","optional":false},{"id":3020070924,"package_name":"@stdlib/bench","ecosystem":"npm","requirements":"github:stdlib-js/bench","direct":true,"kind":"development","optional":false},{"id":3020070925,"package_name":"@stdlib/fs","ecosystem":"npm","requirements":"github:stdlib-js/fs","direct":true,"kind":"development","optional":false},{"id":3020070926,"package_name":"@stdlib/process","ecosystem":"npm","requirements":"github:stdlib-js/process","direct":true,"kind":"development","optional":false},{"id":3020070927,"package_name":"@stdlib/random","ecosystem":"npm","requirements":"github:stdlib-js/random","direct":true,"kind":"development","optional":false},{"id":3020070928,"package_name":"tape","ecosystem":"npm","requirements":"git+https://github.com/kgryte/tape.git#fix/globby","direct":true,"kind":"development","optional":false},{"id":3020070929,"package_name":"istanbul","ecosystem":"npm","requirements":"^0.4.1","direct":true,"kind":"development","optional":false},{"id":3020070930,"package_name":"tap-spec","ecosystem":"npm","requirements":"5.x.x","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/benchmark.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.121Z","updated_at":"2023-02-17T10:00:27.121Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/benchmark.yml","dependencies":[{"id":7738208827,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738208828,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/cancel.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.168Z","updated_at":"2023-02-17T10:00:27.168Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/cancel.yml","dependencies":[{"id":7738208832,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.11.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/close_pull_requests.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.227Z","updated_at":"2023-02-17T10:00:27.227Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/close_pull_requests.yml","dependencies":[{"id":7738208849,"package_name":"superbrothers/close-pull-request","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/examples.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.285Z","updated_at":"2023-02-17T10:00:27.285Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/examples.yml","dependencies":[{"id":7738208856,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738208857,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/npm_downloads.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.326Z","updated_at":"2023-02-17T10:00:27.326Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/npm_downloads.yml","dependencies":[{"id":7738209012,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209013,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209014,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209015,"package_name":"distributhor/workflow-webhook","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/productionize.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.381Z","updated_at":"2023-02-17T10:00:27.381Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/productionize.yml","dependencies":[{"id":7738209029,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209030,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209031,"package_name":"stdlib-js/transform-errors-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":7738209032,"package_name":"stdlib-js/bundle-action","ecosystem":"actions","requirements":"main","direct":true,"kind":"composite","optional":false},{"id":7738209033,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.440Z","updated_at":"2023-02-17T10:00:27.440Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/publish.yml","dependencies":[{"id":7738209189,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209190,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209191,"package_name":"JS-DevTools/npm-publish","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7738209192,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7738209193,"package_name":"styfle/cancel-workflow-action","ecosystem":"actions","requirements":"0.11.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.475Z","updated_at":"2023-02-17T10:00:27.475Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/test.yml","dependencies":[{"id":7738209195,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209196,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209197,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_bundles.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.540Z","updated_at":"2023-02-17T10:00:27.540Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/test_bundles.yml","dependencies":[{"id":7738209204,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209205,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209206,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7738209207,"package_name":"denoland/setup-deno","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_coverage.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.642Z","updated_at":"2023-02-17T10:00:27.642Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/test_coverage.yml","dependencies":[{"id":7738209360,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209361,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209362,"package_name":"codecov/codecov-action","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209363,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":7738209364,"package_name":"distributhor/workflow-webhook","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/test_install.yml","sha":null,"kind":"manifest","created_at":"2023-02-17T10:00:27.737Z","updated_at":"2023-02-17T10:00:27.737Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/.github/workflows/test_install.yml","dependencies":[{"id":7738209373,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209374,"package_name":"actions/setup-node","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7738209375,"package_name":"act10ns/slack","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"npm","filepath":"base/binary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.634Z","updated_at":"2023-10-03T07:40:10.634Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/binary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/binary-addon-dispatch/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.706Z","updated_at":"2023-10-03T07:40:10.706Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/binary-addon-dispatch/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/binary-dtype-signatures/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.744Z","updated_at":"2023-10-03T07:40:10.744Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/binary-dtype-signatures/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/binary-signature-callbacks/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.760Z","updated_at":"2023-10-03T07:40:10.760Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/binary-signature-callbacks/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/cmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.771Z","updated_at":"2023-10-03T07:40:10.771Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/cmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.776Z","updated_at":"2023-10-03T07:40:10.776Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.780Z","updated_at":"2023-10-03T07:40:10.780Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dmskmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.790Z","updated_at":"2023-10-03T07:40:10.790Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dmskmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dmskmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.805Z","updated_at":"2023-10-03T07:40:10.805Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dmskmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dtype-enum2str/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.817Z","updated_at":"2023-10-03T07:40:10.817Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dtype-enum2str/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dtype-resolve-enum/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.824Z","updated_at":"2023-10-03T07:40:10.824Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dtype-resolve-enum/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dtype-resolve-str/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.830Z","updated_at":"2023-10-03T07:40:10.830Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dtype-resolve-str/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/dtype-str2enum/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.837Z","updated_at":"2023-10-03T07:40:10.837Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/dtype-str2enum/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/function-object/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.844Z","updated_at":"2023-10-03T07:40:10.844Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/function-object/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/map-by/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.849Z","updated_at":"2023-10-03T07:40:10.849Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/map-by/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/map-by2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.855Z","updated_at":"2023-10-03T07:40:10.855Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/map-by2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/max-view-buffer-index/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.859Z","updated_at":"2023-10-03T07:40:10.859Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/max-view-buffer-index/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/meta-data-props/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.864Z","updated_at":"2023-10-03T07:40:10.864Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/meta-data-props/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/min-view-buffer-index/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.870Z","updated_at":"2023-10-03T07:40:10.870Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/min-view-buffer-index/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/mskunary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.878Z","updated_at":"2023-10-03T07:40:10.878Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/mskunary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/mskunary-addon-dispatch/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.888Z","updated_at":"2023-10-03T07:40:10.888Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/mskunary-addon-dispatch/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/mskunary-dtype-signatures/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.899Z","updated_at":"2023-10-03T07:40:10.899Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/mskunary-dtype-signatures/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/mskunary-signature-callbacks/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.909Z","updated_at":"2023-10-03T07:40:10.909Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/mskunary-signature-callbacks/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/nullary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.919Z","updated_at":"2023-10-03T07:40:10.919Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/nullary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/nullary-addon-dispatch/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.923Z","updated_at":"2023-10-03T07:40:10.923Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/nullary-addon-dispatch/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/offset-view/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.930Z","updated_at":"2023-10-03T07:40:10.930Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/offset-view/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.937Z","updated_at":"2023-10-03T07:40:10.937Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/quaternary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.961Z","updated_at":"2023-10-03T07:40:10.961Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/quaternary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/quinary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:10.991Z","updated_at":"2023-10-03T07:40:10.991Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/quinary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/reinterpret-complex128/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.013Z","updated_at":"2023-10-03T07:40:11.013Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/reinterpret-complex128/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/reinterpret-complex64/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.030Z","updated_at":"2023-10-03T07:40:11.030Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/reinterpret-complex64/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/smap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.040Z","updated_at":"2023-10-03T07:40:11.040Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/smap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/smap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.048Z","updated_at":"2023-10-03T07:40:11.048Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/smap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/smskmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.053Z","updated_at":"2023-10-03T07:40:11.053Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/smskmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/smskmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.060Z","updated_at":"2023-10-03T07:40:11.060Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/smskmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/ternary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.069Z","updated_at":"2023-10-03T07:40:11.069Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/ternary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/unary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.077Z","updated_at":"2023-10-03T07:40:11.077Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/unary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/unary-addon-dispatch/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.084Z","updated_at":"2023-10-03T07:40:11.084Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/unary-addon-dispatch/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/unary-by/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.094Z","updated_at":"2023-10-03T07:40:11.094Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/unary-by/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/unary-dtype-signatures/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.110Z","updated_at":"2023-10-03T07:40:11.110Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/unary-dtype-signatures/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/unary-signature-callbacks/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.129Z","updated_at":"2023-10-03T07:40:11.129Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/unary-signature-callbacks/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"base/zmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.147Z","updated_at":"2023-10-03T07:40:11.147Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/base/zmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"common/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.153Z","updated_at":"2023-10-03T07:40:11.153Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/common/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"dispatch/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.158Z","updated_at":"2023-10-03T07:40:11.158Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/dispatch/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"dispatch-by/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.164Z","updated_at":"2023-10-03T07:40:11.164Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/dispatch-by/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"dtypes/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.182Z","updated_at":"2023-10-03T07:40:11.182Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/dtypes/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/addon-arguments/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.200Z","updated_at":"2023-10-03T07:40:11.200Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/addon-arguments/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/binary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.209Z","updated_at":"2023-10-03T07:40:11.209Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/binary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/cmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.219Z","updated_at":"2023-10-03T07:40:11.219Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/cmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/dmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.227Z","updated_at":"2023-10-03T07:40:11.227Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/dmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/dmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.233Z","updated_at":"2023-10-03T07:40:11.233Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/dmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/dmskmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.245Z","updated_at":"2023-10-03T07:40:11.245Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/dmskmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/dmskmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.269Z","updated_at":"2023-10-03T07:40:11.269Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/dmskmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/mskunary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.283Z","updated_at":"2023-10-03T07:40:11.283Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/mskunary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/nullary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.290Z","updated_at":"2023-10-03T07:40:11.290Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/nullary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.294Z","updated_at":"2023-10-03T07:40:11.294Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/smap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.299Z","updated_at":"2023-10-03T07:40:11.299Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/smap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/smap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.304Z","updated_at":"2023-10-03T07:40:11.304Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/smap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/smskmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.309Z","updated_at":"2023-10-03T07:40:11.309Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/smskmap/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/smskmap2/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.313Z","updated_at":"2023-10-03T07:40:11.313Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/smskmap2/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/unary/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.317Z","updated_at":"2023-10-03T07:40:11.317Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/unary/package.json","dependencies":[]},{"ecosystem":"npm","filepath":"napi/zmap/package.json","sha":null,"kind":"manifest","created_at":"2023-10-03T07:40:11.321Z","updated_at":"2023-10-03T07:40:11.321Z","repository_link":"https://github.com/stdlib-js/strided/blob/main/napi/zmap/package.json","dependencies":[]}],"score":20.685125634870726,"created_at":"2025-09-04T15:51:18.275Z","updated_at":"2025-10-07T08:17:32.099Z","avatar_url":"https://github.com/stdlib-js.png","language":"C","category":null,"sub_category":null,"monthly_downloads":78443,"funding_links":["https://opencollective.com/stdlib","https://github.com/sponsors/stdlib-js","https://tidelift.com/funding/github/npm/@stdlib/stdlib"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/43247","html_url":"https://science.ecosyste.ms/projects/43247","bibtex_url":"https://science.ecosyste.ms/projects/43247/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/43247/export.apalike"}