{"id":16642007,"url":"https://github.com/make-github-pseudonymous-again/js-collections","last_synced_at":"2025-12-12T03:27:40.396Z","repository":{"id":35111230,"uuid":"39294478","full_name":"make-github-pseudonymous-again/js-collections","owner":"make-github-pseudonymous-again","description":":school_satchel: Python's collections library in JavaScript","archived":false,"fork":false,"pushed_at":"2021-04-26T14:08:49.000Z","size":1434,"stargazers_count":5,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T21:40:47.406Z","etag":null,"topics":["agpl","collections","computer-science","data-structures","javascript"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-collections","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"DylanVann/react-native-fast-image","license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-github-pseudonymous-again.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-18T10:15:41.000Z","updated_at":"2023-03-10T15:08:00.000Z","dependencies_parsed_at":"2022-09-11T00:01:53.749Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-collections","commit_stats":null,"previous_names":["aureooms/js-collections"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/make-github-pseudonymous-again/js-collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/js-collections/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-collections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27675599,"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-12-12T02:00:06.775Z","response_time":129,"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","collections","computer-science","data-structures","javascript"],"created_at":"2024-10-12T07:48:35.871Z","updated_at":"2025-12-12T03:27:40.381Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","readme":":school_satchel: [@aureooms/js-collections](https://make-github-pseudonymous-again.github.io/js-collections)\n==\n\nPython's collections library for JavaScript.\nSee [docs](https://make-github-pseudonymous-again.github.io/js-collections).\nParent is [@aureooms/js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).\n\nJavaScript version of\n[Python's collections library](https://docs.python.org/3.6/library/collections.html)\ntogether with\n[some of Python's built-in data structures](https://docs.python.org/3/library/stdtypes.html).\n\n```js\nimport {\n\tset , dict ,\n\tnamedtuple ,\n\tdeque ,\n\tdefaultdict ,\n\tordereddict ,\n\tcounter ,\n\tchainmap\n} from '@aureooms/js-collections' ;\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-collections.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-collections/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-collections.svg)](https://www.npmjs.org/package/@aureooms/js-collections)\n[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-collections/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-collections/branches)\n[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-collections.svg)](https://david-dm.org/make-github-pseudonymous-again/js-collections)\n[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-collections.svg)](https://david-dm.org/make-github-pseudonymous-again/js-collections?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-collections.svg)](https://github.com/make-github-pseudonymous-again/js-collections/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-collections.svg)](https://www.npmjs.org/package/@aureooms/js-collections)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-collections.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-collections.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-collections/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-collections)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-collections.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-collections/trends/technical_debt)\n[![Documentation](https://make-github-pseudonymous-again.github.io/js-collections//badge.svg)](https://make-github-pseudonymous-again.github.io/js-collections//source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-collections)](https://bundlephobia.com/result?p=@aureooms/js-collections)\n\n## :baby: Children\n\nThe implementation of this package is split over several children packages:\n\n  - [@aureooms/js-collections-chainmap](https://github.com/make-github-pseudonymous-again/js-collections-chainmap)\n  - [@aureooms/js-collections-counter](https://github.com/make-github-pseudonymous-again/js-collections-counter)\n  - [@aureooms/js-collections-defaultdict](https://github.com/make-github-pseudonymous-again/js-collections-defaultdict)\n  - [@aureooms/js-collections-deque](https://github.com/make-github-pseudonymous-again/js-collections-deque)\n  - [@aureooms/js-collections-dict](https://github.com/make-github-pseudonymous-again/js-collections-dict)\n  - [@aureooms/js-collections-namedtuple](https://github.com/make-github-pseudonymous-again/js-collections-namedtuple)\n  - [@aureooms/js-collections-ordereddict](https://github.com/make-github-pseudonymous-again/js-collections-ordereddict)\n  - [@aureooms/js-collections-set](https://github.com/make-github-pseudonymous-again/js-collections-set)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-collections/lists"}