{"id":26864301,"url":"https://github.com/data-structures-and-algorithms/heapq","last_synced_at":"2025-05-06T22:41:05.862Z","repository":{"id":37176705,"uuid":"73727193","full_name":"data-structures-and-algorithms/heapq","owner":"data-structures-and-algorithms","description":":vertical_traffic_light: Python's heap and priority queue library for JavaScript","archived":false,"fork":false,"pushed_at":"2025-04-12T02:01:45.000Z","size":4262,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-26T10:36:12.646Z","etag":null,"topics":["agpl","data-structures","heap","heapq","javascript","priority-queue","queue"],"latest_commit_sha":null,"homepage":"https://data-structures-and-algorithms.github.io/heapq","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/data-structures-and-algorithms.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,"zenodo":null}},"created_at":"2016-11-14T16:57:44.000Z","updated_at":"2025-04-12T02:01:47.000Z","dependencies_parsed_at":"2023-02-10T00:46:06.285Z","dependency_job_id":"2ca24d2b-3972-422d-8ce4-0c25c1ff1b38","html_url":"https://github.com/data-structures-and-algorithms/heapq","commit_stats":{"total_commits":432,"total_committers":8,"mean_commits":54.0,"dds":0.5717592592592593,"last_synced_commit":"1383b88cbf41bcbac4ca97769944ee1207f4c878"},"previous_names":["aureooms/js-heapq"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-structures-and-algorithms%2Fheapq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-structures-and-algorithms%2Fheapq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-structures-and-algorithms%2Fheapq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data-structures-and-algorithms%2Fheapq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data-structures-and-algorithms","download_url":"https://codeload.github.com/data-structures-and-algorithms/heapq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782435,"owners_count":21803378,"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":["agpl","data-structures","heap","heapq","javascript","priority-queue","queue"],"created_at":"2025-03-31T03:38:28.408Z","updated_at":"2025-05-06T22:41:05.841Z","avatar_url":"https://github.com/data-structures-and-algorithms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":vertical_traffic_light:\n[@data-structure/heapq](https://data-structures-and-algorithms.github.io/heapq)\n==\n\nPython's heap and priority queue library for JavaScript. Parents are\n[js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures)\nand\n[@heap-data-structure](https://github.com/heap-data-structure).\n\n\n```js\nimport {\n\theapify ,\n\theappop ,\n\theappush ,\n\theappushpop ,\n\theapreplace ,\n\tmerge ,\n\tnlargest ,\n\tnsmallest ,\n} from '@data-structure/heapq' ;\n```\n\n[![License](https://img.shields.io/github/license/data-structures-and-algorithms/heapq.svg)](https://raw.githubusercontent.com/data-structures-and-algorithms/heapq/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@data-structure/heapq.svg)](https://www.npmjs.org/package/@data-structure/heapq)\n[![Tests](https://img.shields.io/github/actions/workflow/status/data-structures-and-algorithms/heapq/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/data-structures-and-algorithms/heapq/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/data-structures-and-algorithms/heapq.svg)](https://github.com/data-structures-and-algorithms/heapq/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/data-structures-and-algorithms/heapq.svg)](https://github.com/data-structures-and-algorithms/heapq/issues)\n[![Downloads](https://img.shields.io/npm/dm/@data-structure/heapq.svg)](https://www.npmjs.org/package/@data-structure/heapq)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/data-structures-and-algorithms/heapq/main.svg)](https://codecov.io/gh/data-structures-and-algorithms/heapq)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/data-structures-and-algorithms/heapq.svg)](https://codeclimate.com/github/data-structures-and-algorithms/heapq/trends/technical_debt)\n[![Documentation](https://data-structures-and-algorithms.github.io/heapq/badge.svg)](https://data-structures-and-algorithms.github.io/heapq/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@data-structure/heapq)](https://bundlephobia.com/result?p=@data-structure/heapq)\n\n## :scroll: References\n\n  - [Python's heapq library](https://docs.python.org/3.6/library/heapq.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-structures-and-algorithms%2Fheapq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata-structures-and-algorithms%2Fheapq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata-structures-and-algorithms%2Fheapq/lists"}