2
2
==
3
3
4
4
<p align =" center " >
5
- <img src =" https://cdn.rawgit.com/aureooms /js-red-black-tree/main/media/sketch.svg " width =" 480 " >
5
+ <img src =" https://cdn.rawgit.com/make-github-pseudonymous-again /js-red-black-tree/main/media/sketch.svg " width =" 480 " >
6
6
</p >
7
7
8
8
``` js
@@ -14,19 +14,19 @@ let tree = from( increasing , range( 100000 ) ) ;
14
14
15
15
Red-black tree library for JavaScript.
16
16
See [ documentation] ( https://make-github-pseudonymous-again.github.io/js-red-black-tree/index.html ) .
17
- Parent is [ @aureooms/js-bst ] ( https://github.com/aureooms /js-bst ) .
17
+ Parent is [ @aureooms/js-bst ] ( https://github.com/make-github-pseudonymous-again /js-bst ) .
18
18
19
- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-red-black-tree.svg )] ( https://raw.githubusercontent.com/aureooms /js-red-black-tree/main/LICENSE )
19
+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-red-black-tree/main/LICENSE )
20
20
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-red-black-tree.svg )] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
21
- [ ![ Tests] ( https://img.shields.io/github/workflow/status/aureooms /js-red-black-tree/ci:test?event=push&label=tests )] ( https://github.com/aureooms /js-red-black-tree/actions/workflows/ci:test.yml?query=branch:main )
22
- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-red-black-tree.svg )] ( https://david-dm.org/aureooms /js-red-black-tree )
23
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-red-black-tree.svg )] ( https://david-dm.org/aureooms /js-red-black-tree?type=dev )
24
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-red-black-tree.svg )] ( https://github.com/aureooms /js-red-black-tree/issues )
21
+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again /js-red-black-tree/ci:test?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again /js-red-black-tree/actions/workflows/ci:test.yml?query=branch:main )
22
+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-red-black-tree )
23
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-red-black-tree?type=dev )
24
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://github.com/make-github-pseudonymous-again /js-red-black-tree/issues )
25
25
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-red-black-tree.svg )] ( https://www.npmjs.org/package/@aureooms/js-red-black-tree )
26
26
27
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms /js-red-black-tree/issues )
28
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms /js-red-black-tree/trends/churn )
29
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-red-black-tree/main.svg )] ( https://codecov.io/gh/aureooms /js-red-black-tree )
30
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-red-black-tree.svg )] ( https://codeclimate.com/github/aureooms /js-red-black-tree/trends/technical_debt )
27
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-red-black-tree/issues )
28
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-red-black-tree/trends/churn )
29
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-red-black-tree/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-red-black-tree )
30
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-red-black-tree.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-red-black-tree/trends/technical_debt )
31
31
[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-red-black-tree/badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-red-black-tree/source.html )
32
32
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-red-black-tree )] ( https://bundlephobia.com/result?p=@aureooms/js-red-black-tree )
0 commit comments