1
1
[ @aureooms/js-fingertree ] ( https://aureooms.github.io/js-fingertree )
2
2
==
3
3
4
- <img src =" https://cdn.rawgit.com/aureooms/js-fingertree/master /media/sketch.svg " width =" 864 " >
4
+ <img src =" https://cdn.rawgit.com/aureooms/js-fingertree/main /media/sketch.svg " width =" 864 " >
5
5
6
6
Finger trees for JavaScript.
7
7
See [ docs] ( https://aureooms.github.io/js-fingertree ) .
@@ -11,17 +11,17 @@ Parent is [@aureooms/js-persistent](https://github.com/aureooms/js-persistent).
11
11
| Single x
12
12
| Deep ( Digit x ) ( FingerTree ( Node x ) ) ( Digit x )
13
13
14
- [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fingertree.svg )] ( https://raw.githubusercontent.com/aureooms/js-fingertree/master /LICENSE )
14
+ [ ![ License] ( https://img.shields.io/github/license/aureooms/js-fingertree.svg )] ( https://raw.githubusercontent.com/aureooms/js-fingertree/main /LICENSE )
15
15
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-fingertree.svg )] ( https://www.npmjs.org/package/@aureooms/js-fingertree )
16
- [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fingertree/master .svg )] ( https://travis-ci.org/aureooms/js-fingertree/branches )
16
+ [ ![ Build] ( https://img.shields.io/travis/aureooms/js-fingertree/main .svg )] ( https://travis-ci.org/aureooms/js-fingertree/branches )
17
17
[ ![ Dependencies] ( https://img.shields.io/david/aureooms/js-fingertree.svg )] ( https://david-dm.org/aureooms/js-fingertree )
18
18
[ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms/js-fingertree.svg )] ( https://david-dm.org/aureooms/js-fingertree?type=dev )
19
19
[ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms/js-fingertree.svg )] ( https://github.com/aureooms/js-fingertree/issues )
20
20
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-fingertree.svg )] ( https://www.npmjs.org/package/@aureooms/js-fingertree )
21
21
22
22
[ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms/js-fingertree.svg )] ( https://codeclimate.com/github/aureooms/js-fingertree/issues )
23
23
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-fingertree.svg )] ( https://codeclimate.com/github/aureooms/js-fingertree/trends/churn )
24
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/master .svg )] ( https://codecov.io/gh/aureooms/js-fingertree )
24
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-fingertree/main .svg )] ( https://codecov.io/gh/aureooms/js-fingertree )
25
25
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-fingertree.svg )] ( https://codeclimate.com/github/aureooms/js-fingertree/trends/technical_debt )
26
26
[ ![ Documentation] ( https://aureooms.github.io/js-fingertree/badge.svg )] ( https://aureooms.github.io/js-fingertree/source.html )
27
27
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-fingertree )] ( https://bundlephobia.com/result?p=@aureooms/js-fingertree )
@@ -234,6 +234,6 @@ let right = tree.dropUntil( measure => measure > 2 ) ;
234
234
## References
235
235
236
236
- [ Hinze and Paterson] ( http://staff.city.ac.uk/~ross/papers/FingerTree.pdf )
237
- - [ An (incomplete) implementation in Python] ( https://github.com/kachayev/fn.py/blob/master /fn/immutable/finger.py )
237
+ - [ An (incomplete) implementation in Python] ( https://github.com/kachayev/fn.py/blob/main /fn/immutable/finger.py )
238
238
- [ A (buggy) previous JavaScript implementation] ( https://github.com/qiao/fingertree.js )
239
- - [ A coffeescript implementation] ( https://github.com/zot/Leisure/blob/master /src/lib/fingertree.coffee )
239
+ - [ A coffeescript implementation] ( https://github.com/zot/Leisure/blob/main /src/lib/fingertree.coffee )
0 commit comments