14
14
15
15
Mergesort library for JavaScript.
16
16
See [ docs] ( https://make-github-pseudonymous-again.github.io/js-mergesort/index.html ) .
17
- Parent is [ aureooms/js-sort] ( https://github.com/aureooms /js-sort ) .
17
+ Parent is [ aureooms/js-sort] ( https://github.com/make-github-pseudonymous-again /js-sort ) .
18
18
19
19
``` js
20
20
import * as array from ' @aureooms/js-array' ;
@@ -34,18 +34,18 @@ import { issorted } from '@aureooms/js-sort' ;
34
34
issorted (increasing, b, 0 , b .length ) ; // true
35
35
```
36
36
37
- [ ![ License] ( https://img.shields.io/github/license/aureooms /js-mergesort.svg )] ( https://raw.githubusercontent.com/aureooms /js-mergesort/main/LICENSE )
37
+ [ ![ License] ( https://img.shields.io/github/license/make-github-pseudonymous-again /js-mergesort.svg )] ( https://raw.githubusercontent.com/make-github-pseudonymous-again /js-mergesort/main/LICENSE )
38
38
[ ![ Version] ( https://img.shields.io/npm/v/@aureooms/js-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-mergesort )
39
- [ ![ Build] ( https://img.shields.io/travis/aureooms /js-mergesort/main.svg )] ( https://travis-ci.org/aureooms /js-mergesort/branches )
40
- [ ![ Dependencies] ( https://img.shields.io/david/aureooms /js-mergesort.svg )] ( https://david-dm.org/aureooms /js-mergesort )
41
- [ ![ Dev dependencies] ( https://img.shields.io/david/dev/aureooms /js-mergesort.svg )] ( https://david-dm.org/aureooms /js-mergesort?type=dev )
42
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/aureooms /js-mergesort.svg )] ( https://github.com/aureooms /js-mergesort/issues )
39
+ [ ![ Build] ( https://img.shields.io/travis/make-github-pseudonymous-again /js-mergesort/main.svg )] ( https://travis-ci.org/make-github-pseudonymous-again /js-mergesort/branches )
40
+ [ ![ Dependencies] ( https://img.shields.io/david/make-github-pseudonymous-again /js-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-mergesort )
41
+ [ ![ Dev dependencies] ( https://img.shields.io/david/dev/make-github-pseudonymous-again /js-mergesort.svg )] ( https://david-dm.org/make-github-pseudonymous-again /js-mergesort?type=dev )
42
+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/make-github-pseudonymous-again /js-mergesort.svg )] ( https://github.com/make-github-pseudonymous-again /js-mergesort/issues )
43
43
[ ![ Downloads] ( https://img.shields.io/npm/dm/@aureooms/js-mergesort.svg )] ( https://www.npmjs.org/package/@aureooms/js-mergesort )
44
44
45
- [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/issues )
46
- [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/trends/churn )
47
- [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms /js-mergesort/main.svg )] ( https://codecov.io/gh/aureooms /js-mergesort )
48
- [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms /js-mergesort.svg )] ( https://codeclimate.com/github/aureooms /js-mergesort/trends/technical_debt )
45
+ [ ![ Code issues] ( https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/issues )
46
+ [ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/trends/churn )
47
+ [ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again /js-mergesort/main.svg )] ( https://codecov.io/gh/make-github-pseudonymous-again /js-mergesort )
48
+ [ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again /js-mergesort.svg )] ( https://codeclimate.com/github/make-github-pseudonymous-again /js-mergesort/trends/technical_debt )
49
49
[ ![ Documentation] ( https://make-github-pseudonymous-again.github.io/js-mergesort//badge.svg )] ( https://make-github-pseudonymous-again.github.io/js-mergesort//source.html )
50
50
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-mergesort )] ( https://bundlephobia.com/result?p=@aureooms/js-mergesort )
51
51
0 commit comments