3
3
4
4
Circular Linked Lists for JavaScript.
5
5
See [ docs] ( https://make-github-pseudonymous-again.github.io/js-cll/index.html ) .
6
- Parent is [ @aureooms/js-data-structures ] ( https://github.com/aureooms /js-data-structures ) .
6
+ Parent is [ @aureooms/js-data-structures ] ( https://github.com/make-github-pseudonymous-again /js-data-structures ) .
7
7
8
8
> :warning : The code requires ` regeneratorRuntime ` to be defined, for instance by importing
9
9
> [ regenerator-runtime/runtime] ( https://www.npmjs.com/package/regenerator-runtime ) .
@@ -12,17 +12,17 @@ Parent is [@aureooms/js-data-structures](https://github.com/aureooms/js-data-str
12
12
let list = from ( " abc" ) ;
13
13
```
14
14
15
- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-cll.svg )] ( https://raw.githubusercontent.com/aureooms /js-cll/main/LICENSE )
15
+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-cll.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-cll/main/LICENSE )
16
16
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-cll.svg )] ( https://www.npmjs.org/package/@aureooms/js-cll )
17
- [ ![ Tests] ( https://img.shields.io/github/workflow/status/aureooms /js-cll/ci:test?event=push&label=tests )] ( https://github.com/aureooms /js-cll/actions/workflows/ci:test.yml?query=branch:main )
18
- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-cll.svg )] ( https://david-dm.org/aureooms /js-cll )
19
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-cll.svg )] ( https://david-dm.org/aureooms /js-cll?type=dev )
20
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-cll.svg )] ( https://github.com/aureooms /js-cll/issues )
17
+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again /js-cll/ci:test?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again /js-cll/actions/workflows/ci:test.yml?query=branch:main )
18
+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-cll.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-cll )
19
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-cll.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-cll?type=dev )
20
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-cll.svg )] ( https://github.com/make-github-pseudonymous-again /js-cll/issues )
21
21
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-cll.svg )] ( https://www.npmjs.org/package/@aureooms/js-cll )
22
22
23
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-cll.svg )] ( https://codeclimate.com/github/aureooms /js-cll/issues )
24
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-cll.svg )] ( https://codeclimate.com/github/aureooms /js-cll/trends/churn )
25
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-cll/main.svg )] ( https://codecov.io/gh/aureooms /js-cll )
26
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-cll.svg )] ( https://codeclimate.com/github/aureooms /js-cll/trends/technical_debt )
23
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-cll.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-cll/issues )
24
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-cll.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-cll/trends/churn )
25
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-cll/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-cll )
26
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-cll.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-cll/trends/technical_debt )
27
27
[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-cll/badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-cll/source.html )
28
28
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-cll )] ( https://bundlephobia.com/result?p=@aureooms/js-cll )
0 commit comments