{"id":25526217,"url":"https://github.com/exbotanical/connective-tissue","last_synced_at":"2025-08-06T08:12:23.058Z","repository":{"id":39132274,"uuid":"374606110","full_name":"exbotanical/connective-tissue","owner":"exbotanical","description":"High performance implementations of classical list and ring data structures","archived":false,"fork":false,"pushed_at":"2023-02-01T16:02:49.000Z","size":398,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T22:41:46.377Z","etag":null,"topics":["algorithms","data-structures","linked-lists"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/connective-tissue","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exbotanical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-07T09:20:13.000Z","updated_at":"2022-08-16T16:59:50.000Z","dependencies_parsed_at":"2023-02-17T07:35:24.208Z","dependency_job_id":null,"html_url":"https://github.com/exbotanical/connective-tissue","commit_stats":null,"previous_names":["matthewzito/connective-tissue"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/exbotanical/connective-tissue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbotanical%2Fconnective-tissue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbotanical%2Fconnective-tissue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbotanical%2Fconnective-tissue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbotanical%2Fconnective-tissue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exbotanical","download_url":"https://codeload.github.com/exbotanical/connective-tissue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbotanical%2Fconnective-tissue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269042271,"owners_count":24349657,"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-06T02:00:09.910Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","data-structures","linked-lists"],"created_at":"2025-02-19T21:17:00.706Z","updated_at":"2025-08-06T08:12:22.995Z","avatar_url":"https://github.com/exbotanical.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# connective-tissue\n\n[![Coverage Status](https://coveralls.io/repos/github/MatthewZito/connective-tissue/badge.svg?branch=master)](https://coveralls.io/github/MatthewZito/connective-tissue?branch=master)\n[![Continuous Deployment](https://github.com/MatthewZito/connective-tissue/actions/workflows/cd.yml/badge.svg)](https://github.com/MatthewZito/connective-tissue/actions/workflows/cd.yml)\n[![Continuous Integration](https://github.com/MatthewZito/connective-tissue/actions/workflows/ci.yml/badge.svg)](https://github.com/MatthewZito/connective-tissue/actions/workflows/ci.yml)\n[![npm version](https://badge.fury.io/js/connective-tissue.svg)](https://badge.fury.io/js/connective-tissue)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n`connective-tissue` is a collection of linked list and ring data structures implemented in and for JavaScript. The structures in this library follow the specifications of their classical counterparts; they are well-tested and optimal implementations of:\n\n- [Singly Linked List](./src/SinglyLinkedList.ts)\n- [Circular Singly Linked List](./src/CircularSinglyLinkedList.ts)\n- [Circular Doubly Linked List](./src/CircularDoublyLinkedList.ts) (sentinel-terminated)\n\n## Installation\n\n```bash\nnpm install connective-tissue\n```\n\nOR\n\n```bash\nyarn add connective-tissue\n```\n\n## Supported Environments\n\n`connective-tissue` currently supports UMD, CommonJS (node versions \u003e= 10), and ESM build-targets\n\nCommonjs:\n\n```js\nconst { CircularDoublyLinkedList } = require('connective-tissue');\n```\n\nESM:\n\n```js\nimport { CircularDoublyLinkedList } from 'connective-tissue';\n```\n\n## Documentation\n\nSee [docs](https://matthewzito.github.io/connective-tissue/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbotanical%2Fconnective-tissue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexbotanical%2Fconnective-tissue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbotanical%2Fconnective-tissue/lists"}