{"id":18268379,"url":"https://github.com/pot-pourri/sll","last_synced_at":"2026-06-09T16:31:50.102Z","repository":{"id":53591837,"uuid":"39189436","full_name":"pot-pourri/sll","owner":"pot-pourri","description":":izakaya_lantern: Singly linked list data structures for JavaScript","archived":false,"fork":false,"pushed_at":"2021-04-26T14:09:27.000Z","size":1214,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T18:17:26.268Z","etag":null,"topics":["agpl","computer-science","data-structures","javascript","linked-list","ordered-collections"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-sll","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pot-pourri.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":"2015-07-16T09:50:27.000Z","updated_at":"2022-11-01T08:04:03.000Z","dependencies_parsed_at":"2022-09-01T21:00:31.311Z","dependency_job_id":null,"html_url":"https://github.com/pot-pourri/sll","commit_stats":null,"previous_names":["aureooms/js-sll"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pot-pourri/sll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pot-pourri%2Fsll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pot-pourri%2Fsll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pot-pourri%2Fsll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pot-pourri%2Fsll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pot-pourri","download_url":"https://codeload.github.com/pot-pourri/sll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pot-pourri%2Fsll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34116457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["agpl","computer-science","data-structures","javascript","linked-list","ordered-collections"],"created_at":"2024-11-05T11:31:11.434Z","updated_at":"2026-06-09T16:31:50.084Z","avatar_url":"https://github.com/pot-pourri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[@aureooms/js-sll](http://make-github-pseudonymous-again.github.io/js-sll)\n==\n\nSingly linked list code bricks for JavaScript.\nSee [docs](http://make-github-pseudonymous-again.github.io/js-sll/index.html).\nParent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).\n\n```js\nlet head = sll.list( [ 9 , 2 , 5 ] ) ; // { next : Node , value : 9 }\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-sll.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-sll/master/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-sll.svg)](https://www.npmjs.org/package/@aureooms/js-sll)\n[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-sll/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-sll/branches)\n[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-sll.svg)](https://david-dm.org/make-github-pseudonymous-again/js-sll)\n[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-sll.svg)](https://david-dm.org/make-github-pseudonymous-again/js-sll?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-sll.svg)](https://github.com/make-github-pseudonymous-again/js-sll/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-sll.svg)](https://www.npmjs.org/package/@aureooms/js-sll)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-sll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-sll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-sll/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-sll)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-sll.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-sll/trends/technical_debt)\n[![Documentation](http://make-github-pseudonymous-again.github.io/js-sll//badge.svg)](http://make-github-pseudonymous-again.github.io/js-sll//source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sll)](https://bundlephobia.com/result?p=@aureooms/js-sll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpot-pourri%2Fsll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpot-pourri%2Fsll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpot-pourri%2Fsll/lists"}