{"id":19387442,"url":"https://github.com/quentinroy/pairwise","last_synced_at":"2025-04-23T23:31:12.199Z","repository":{"id":29241003,"uuid":"119380732","full_name":"QuentinRoy/pairwise","owner":"QuentinRoy","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-27T14:06:04.000Z","size":181,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T22:09:40.901Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuentinRoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-29T12:39:46.000Z","updated_at":"2021-06-11T18:01:00.000Z","dependencies_parsed_at":"2024-09-02T14:00:31.964Z","dependency_job_id":"a81f246e-de24-4382-984e-f06fc0b1bd15","html_url":"https://github.com/QuentinRoy/pairwise","commit_stats":{"total_commits":32,"total_committers":4,"mean_commits":8.0,"dds":0.34375,"last_synced_commit":"64ec320e374ded1b1a249cd64279f2b435e36de7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fpairwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fpairwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fpairwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuentinRoy%2Fpairwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuentinRoy","download_url":"https://codeload.github.com/QuentinRoy/pairwise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250531925,"owners_count":21446082,"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"}},"keywords":[],"created_at":"2024-11-10T10:09:15.423Z","updated_at":"2025-04-23T23:31:11.908Z","avatar_url":"https://github.com/QuentinRoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pairwise\n[![Build Status](https://travis-ci.org/QuentinRoy/pairwise.svg?branch=master)](https://travis-ci.org/QuentinRoy/pairwise)\n[![codecov](https://img.shields.io/codecov/c/github/QuentinRoy/pairwise.svg)](https://codecov.io/gh/QuentinRoy/pairwise)\n[![dependencies Status](https://david-dm.org/quentinroy/pairwise/status.svg)](https://david-dm.org/quentinroy/pairwise)\n[![devDependencies Status](https://david-dm.org/quentinroy/pairwise/dev-status.svg)](https://david-dm.org/quentinroy/pairwise?type=dev)\n[![NPM version](https://img.shields.io/npm/v/pairwise.svg)](https://www.npmjs.com/package/pairwise)\n\n\nChunk an array into successive pairs.\nE.g. `pairwise([1, 2, 3, 4])` yields `[[1, 2], [2, 3], [3, 4]]`.\n\n## Installing / Getting started\n\n`npm i pairwise`\n\n## Example\n\n```js\nconst pairwise = require('pairwise');\nconst chunks = pairwise([1, 2, 3, 4, 5]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinroy%2Fpairwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquentinroy%2Fpairwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquentinroy%2Fpairwise/lists"}