1
1
:evergreen_tree :
2
- [ @aureooms/js- persistent ] ( https://make-github-pseudonymous-again .github.io/js- persistent )
2
+ [ @functional-data-structure/ persistent ] ( https://functional-data-structure .github.io/persistent )
3
3
==
4
4
5
- Persistent data structures code bricks for JavaScript. Parent is [ aureooms/ js-data-structures] ( https://github.com/make-github-pseudonymous-again/js-data-structures ) .
5
+ Persistent data structures code bricks for JavaScript. Parent is [ js-data-structures] ( https://github.com/make-github-pseudonymous-again/js-data-structures ) .
6
6
7
7
``` js
8
8
let Seq = persistent .seq ( fingertree .empty , LEN ) ;
@@ -13,27 +13,27 @@ let IntervalTree = persistent.intervaltree( fingertree.empty , INTERVAL ) ;
13
13
```
14
14
15
15
16
- [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again/js- persistent.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again/js- persistent/main/LICENSE )
17
- [ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js- persistent.svg )] ( https://www.npmjs.org/package/@aureooms/js- persistent )
18
- [ ![ Tests] ( https://img.shields.io/github/workflow/status/make-github-pseudonymous-again/js- persistent/ci:test?event=push&label=tests )] ( https://github.com/make-github-pseudonymous-again/js- persistent/actions/workflows/ci:test.yml?query=branch:main )
19
- [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again/js- persistent.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- persistent )
20
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again/js- persistent.svg )] ( https://david-dm.org/make-github-pseudonymous-again/js- persistent?type=dev )
21
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again/js- persistent.svg )] ( https://github.com/make-github-pseudonymous-again/js- persistent/issues )
22
- [ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js- persistent.svg )] ( https://www.npmjs.org/package/@aureooms/js- persistent )
16
+ [ ![ License] ( https://img.shields.io/github/license/functional-data-structure/ persistent.svg )] ( https://raw.githubusercontent.com/functional-data-structure/ persistent/main/LICENSE )
17
+ [ ![ Version] ( https://img.shields.io/npm/v/@functional-data-structure/ persistent.svg )] ( https://www.npmjs.org/package/@functional-data-structure/ persistent )
18
+ [ ![ Tests] ( https://img.shields.io/github/workflow/status/functional-data-structure/ persistent/ci:test?event=push&label=tests )] ( https://github.com/functional-data-structure/ persistent/actions/workflows/ci:test.yml?query=branch:main )
19
+ [ ![ Dependencies] ( https://img.shields.io/david/functional-data-structure/ persistent.svg )] ( https://david-dm.org/functional-data-structure/ persistent )
20
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/functional-data-structure/ persistent.svg )] ( https://david-dm.org/functional-data-structure/ persistent?type=dev )
21
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/functional-data-structure/ persistent.svg )] ( https://github.com/functional-data-structure/ persistent/issues )
22
+ [ ![ Downloads] ( https://img.shields.io/npm/dm/@functional-data-structure/ persistent.svg )] ( https://www.npmjs.org/package/@functional-data-structure/ persistent )
23
23
24
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js- persistent.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- persistent/issues )
25
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js- persistent.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- persistent/trends/churn )
26
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js- persistent/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again/js- persistent )
27
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js- persistent.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again/js- persistent/trends/technical_debt )
28
- [ ![ Documentation] ( https://make-github-pseudonymous-again .github.io/js- persistent/badge.svg )] ( https://make-github-pseudonymous-again .github.io/js- persistent/source.html )
29
- [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js- persistent )] ( https://bundlephobia.com/result?p=@aureooms/js- persistent )
24
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/functional-data-structure/ persistent.svg )] ( https://codeclimate.com/github/functional-data-structure/ persistent/issues )
25
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/functional-data-structure/ persistent.svg )] ( https://codeclimate.com/github/functional-data-structure/ persistent/trends/churn )
26
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/functional-data-structure/ persistent/main.svg )] ( https://codecov.io/gh/functional-data-structure/ persistent )
27
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/functional-data-structure/ persistent.svg )] ( https://codeclimate.com/github/functional-data-structure/ persistent/trends/technical_debt )
28
+ [ ![ Documentation] ( https://functional-data-structure .github.io/persistent/badge.svg )] ( https://functional-data-structure .github.io/persistent/source.html )
29
+ [ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@functional-data-structure/ persistent )] ( https://bundlephobia.com/result?p=@functional-data-structure/ persistent )
30
30
31
31
32
32
## :baby : Children
33
33
34
34
This package has one child:
35
35
36
- - :cactus : [ @functional-data-structure/finger-tree ] ( https://github.com/make-github-pseudonymous-again/js-fingertree ) : Finger tree data structure for JavaScript
36
+ - :cactus : [ @functional-data-structure/finger-tree ] ( https://github.com/functional-data-structure/finger-tree ) : Finger tree data structure for JavaScript
37
37
38
38
39
39
## :scroll : References
0 commit comments